Properties

$totalLoggedInSessions

$totalLoggedInSessions : integer

Type

integer — The number of sessions that found this user logged in. This property is able to access after called to `isUserLoggedIn()` method.

$userSessionCookieData

$userSessionCookieData : array

Type

array — The cookie data of logged in user. This property is able to access after called to `isUserLoggedIn()` method.

$runnedCronResult

$runnedCronResult : array

Type

array — Runned cron jobs result. This is for use in case that set cron job, cron tab to run by URL. The `CronController` will be call to this `BaseController`. So, it is no need to using `Libraries\Cron` class to run jobs again. Just get the run result from this property. This property will be set by `maybeRunCron()` method.

Methods

__construct()

__construct(\Rdb\System\Container  $Container) 

{@inheritDoc}

Parameters

\Rdb\System\Container $Container
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8293 32341680 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8293 32341680 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8297 32343072 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8293 32341680 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8293 32341680 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::__construct()'; protected $name = '__construct'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 45; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => '__construct'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8354 32444272 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

deleteMeAction()

deleteMeAction() : string

Delete self confirmation page.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8411 32520704 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8411 32520704 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8413 32521400 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8411 32520704 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8411 32520704 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::deleteMeAction()'; protected $name = 'deleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Delete self confirmation page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 30; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'deleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8468 32595128 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

doDeleteAction()

doDeleteAction(string  $user_ids) : string

Do delete user(s) via REST API.

Parameters

string $user_ids
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8526 32672256 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8527 32672256 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8531 32673648 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8526 32672256 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8527 32672256 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteAction()'; protected $name = 'doDeleteAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 130; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8585 32747376 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

doDeleteMeAction()

doDeleteMeAction() : string

Do delete self account via REST API.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8647 32823808 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8647 32823808 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8649 32824504 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8647 32823808 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8647 32823808 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doDeleteMeAction()'; protected $name = 'doDeleteMeAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do delete self account via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 227; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doDeleteMeAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8703 32898232 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

doUpdateAction()

doUpdateAction(string  $user_ids) : string

Do update user(s) via REST API.

Parameters

string $user_ids
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8762 32987648 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8762 32987648 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8766 32989040 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8762 32987648 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8762 32987648 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::doUpdateAction()'; protected $name = 'doUpdateAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Do update user(s) via REST API.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 314; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'doUpdateAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8821 33050480 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

indexAction()

indexAction() : string

Confirmation page for bulk actions.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8880 33126912 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8880 33126912 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8882 33127608 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8880 33126912 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:919 22.8880 33126912 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'public'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::indexAction()'; protected $name = 'indexAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Confirmation page for bulk actions.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 417; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'indexAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8938 33201336 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string

getConfigDb()

getConfigDb() : array

Get config from DB.

This will get commonly used between admin controllers with these data.

rdbadmin_SiteName,
rdbadmin_SiteTimezone,
rdbadmin_AdminItemsPerPage,
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8996 33290752 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.8996 33290752 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8999 33291448 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.8996 33290752 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.8996 33290752 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::getConfigDb()'; protected $name = 'getConfigDb'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get config from DB.'; protected $description = 'This will get commonly used between admin controllers with these data.\n
\nrdbadmin_SiteName,\nrdbadmin_SiteTimezone,\nrdbadmin_AdminItemsPerPage,\n
'; protected $fileDescriptor = NULL; protected $line = 31; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getConfigDb'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9054 33352888 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array

setCssAssets()

setCssAssets(\Rdb\Modules\RdbAdmin\Libraries\Assets  $Assets, array  $assetsData) 

Set CSS assets for common admin pages.

This is required to make basic admin pages working correctly.

Parameters

\Rdb\Modules\RdbAdmin\Libraries\Assets $Assets

The Assets class.

array $assetsData

The assets data. Please read more on \Rdb\Modules\RdbAdmin\Libraries\Assets::addMultipleAssets().

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9112 33442304 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9112 33442304 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9118 33443696 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9112 33442304 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9112 33442304 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 1, 'index' => 2, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setCssAssets()'; protected $name = 'setCssAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set CSS assets for common admin pages.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 63; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setCssAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9173 33505136 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

setJsAssetsAndObject()

setJsAssetsAndObject(\Rdb\Modules\RdbAdmin\Libraries\Assets  $Assets, array  $assetsData) 

Set JS assets and its object for XHR common data.

This is required to make basic admin pages working correctly.

Parameters

\Rdb\Modules\RdbAdmin\Libraries\Assets $Assets

The Assets class.

array $assetsData

The assets data. Please read more on \Rdb\Modules\RdbAdmin\Libraries\Assets::addMultipleAssets().

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9229 33581568 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9229 33581568 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9236 33582960 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9229 33581568 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9229 33581568 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 2, 'index' => 3, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits\\CommonDataTrait::setJsAssetsAndObject()'; protected $name = 'setJsAssetsAndObject'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\UI\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set JS assets and its object for XHR common data.'; protected $description = 'This is required to make basic admin pages working correctly.'; protected $fileDescriptor = NULL; protected $line = 86; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setJsAssetsAndObject'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9291 33660784 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

addUpdateUserFormValidation()

addUpdateUserFormValidation(array  $data, array  $dataField = array(), array  $dataUsersRoles = array(), string  $saveType = 'insert', string|integer  $user_id = '') : array

Form validation for add and update user.

Validate required and valid form fields.
Validate that selected roles did not have higher priority that the user who add or update them.
Validate username and email must not exists.
This method was called from doAddAction() method.

Parameters

array $data

The associative array form data.

array $dataField

Associative array for user_fields table.

array $dataUsersRoles

Associative array for users_roles table.

string $saveType

Type of saving data. It can be 'insert' or 'update'. Default is 'insert'.

string|integer $user_id

The user_id to check where $saveType is 'update' that any user else data must be unique.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9348 33733120 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9349 33733120 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9363 33750896 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9348 33733120 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9349 33733120 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 3, 'index' => 4, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::addUpdateUserFormValidation()'; protected $name = 'addUpdateUserFormValidation'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Form validation for add and update user.'; protected $description = 'Validate required and valid form fields.
\nValidate that selected roles did not have higher priority that the user who add or update them.
\nValidate username and email must not exists.
\nThis method was called from `doAddAction()` method.'; protected $fileDescriptor = NULL; protected $line = 38; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'addUpdateUserFormValidation'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9418 33812336 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with keys if contain at least one error:
formResultStatus (if error),
formResultMessage (if error) The result message,
formFieldsValidation (optional) Fields that contain errors,
responseStatus (optional) For HTTP response status,

decryptUserFieldsKey()

decryptUserFieldsKey(string|object  $encryptedKey) : string

Decrypt user fields key.

Parameters

string|object $encryptedKey

The encrypted key string. Or you may set user_fields object from PDO query instead.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9480 33888768 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9480 33888768 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9485 33890160 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9480 33888768 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9480 33888768 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 4, 'index' => 5, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::decryptUserFieldsKey()'; protected $name = 'decryptUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Decrypt user fields key.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 230; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'decryptUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9539 33967984 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string —

Return decrypted key string or return empty string if failed to decrypted.

generateUserFieldsKey()

generateUserFieldsKey(integer  $length = 8) : array

Generate user fields key.

Generate keys that can be use in change email confirmation, register confirmation, etc.

Parameters

integer $length

The length of key.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9598 34040320 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9598 34040320 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9603 34041712 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9598 34040320 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9598 34040320 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 5, 'index' => 6, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::generateUserFieldsKey()'; protected $name = 'generateUserFieldsKey'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Generate user fields key.'; protected $description = 'Generate keys that can be use in change email confirmation, register confirmation, etc.'; protected $fileDescriptor = NULL; protected $line = 277; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'generateUserFieldsKey'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9662 34119536 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with 'readableKey', 'encryptedKey' keys.

getUserUrlsMethods()

getUserUrlsMethods(string  $user_id = '') : array

Get URLs and methods about user pages.

Parameters

string $user_id

The user ID.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9722 34191872 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9722 34191872 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9727 34209648 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9722 34191872 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9722 34191872 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 6, 'index' => 7, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::getUserUrlsMethods()'; protected $name = 'getUserUrlsMethods'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get URLs and methods about user pages.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 309; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getUserUrlsMethods'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9781 34271088 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array.

logoutUser()

logoutUser(array  $cookieData = array(), boolean  $logoutAllDevice = false) 

Logout target user.

Parameters

array $cookieData

The associative array of cookie data. This value can get from Cookie class. The array keys are:
user_id (required).
sessionKey (optional) For delete specific session key from user_logins table.

boolean $logoutAllDevice

Set to true to logout all device, false for specific session key.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9839 34343424 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9839 34343424 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9847 34361200 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9839 34343424 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9839 34343424 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 7, 'index' => 8, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits\\UsersTrait::logoutUser()'; protected $name = 'logoutUser'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout target user.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 369; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'logoutUser'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9906 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

checkLogin()

checkLogin() 

Check for logged in, if not then redirect to login page.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9963 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9963 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9965 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 22.9963 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 22.9963 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 8, 'index' => 9, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkLogin()'; protected $name = 'checkLogin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check for logged in, if not then redirect to login page.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 34; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkLogin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0018 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

checkPermission()

checkPermission(string  $moduleSystemName, string  $page, string|array  $action, array  $identity = array()) 

Check permission and (redirect OR response error message).

This will be redirect user to /admin page if request from web page.
This will be response error message if request via REST API or AJAX.

Parameters

string $moduleSystemName

The module (module system name or folder name) to check.

string $page

The page name to check.

string|array $action

The action(s) on that page. Use string if check for single action, use array if check for multiple actions.
If checking for multiple actions, any single action matched with certain module, page will be return true.

array $identity

The associative array of identity.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0079 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0079 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0091 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0079 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0079 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 9, 'index' => 10, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::checkPermission()'; protected $name = 'checkPermission'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check permission and (redirect OR response error message).'; protected $description = 'This will be redirect user to /admin page if request from web page.
\nThis will be response error message if request via REST API or AJAX.'; protected $fileDescriptor = NULL; protected $line = 96; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'checkPermission'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0157 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

getRdbAdminAssets()

getRdbAdminAssets() : array

Get RdbAdmin module's assets.

These contain the assets that is required for admin page to work.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0227 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0227 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0229 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0227 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0227 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 10, 'index' => 11, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController::getRdbAdminAssets()'; protected $name = 'getRdbAdminAssets'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get RdbAdmin module\'s assets.'; protected $description = 'These contain the assets that is required for admin page to work.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getRdbAdminAssets'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0293 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with 'css' and 'js' in keys.

isUserLoggedIn()

isUserLoggedIn(integer  $user_id = null, string  $userlogin_session_key = '') : boolean

Check if user is logged in.

After called this method and it was true then you can access total sessions via totalLoggedInSessions property.
After called this method and cookie is valid then you can access cookie data via userSessionCookieData property.
If there is simultaneous login and user's setting is something that is not allowed (such as logout previous, logout all), it will be process here.

Parameters

integer $user_id

The user ID. Set to null (default) to auto detect from cookie.

string $userlogin_session_key

The logged in session key. Set to empty string (default) to auto detect from cookie.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0361 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0361 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0369 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0361 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0361 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 11, 'index' => 12, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::isUserLoggedIn()'; protected $name = 'isUserLoggedIn'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Check if user is logged in.'; protected $description = 'After called this method and it was `true` then you can access total sessions via `totalLoggedInSessions` property.
\nAfter called this method and cookie is valid then you can access cookie data via `userSessionCookieData` property.
\nIf there is simultaneous login and user\'s setting is something that is not allowed (such as logout previous, logout all), it will be process here.'; protected $fileDescriptor = NULL; protected $line = 42; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'isUserLoggedIn'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0433 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

boolean —

Return true if logged in, false for not.

sessionTraitLogoutAll()

sessionTraitLogoutAll(integer  $user_id, \Rdb\Modules\RdbAdmin\Models\UserLoginsDb  $UserLoginsDb, \Rdb\Modules\RdbAdmin\Models\UserFieldsDb  $UserFieldsDb) 

Logout all succeeded login sessions, lock user account, send login link to user's email.

This method also set cache that email was sent recently.
This method was called from isUserLoggedIn().
This method was called from LoginController->doLogin().

Parameters

integer $user_id
\Rdb\Modules\RdbAdmin\Models\UserLoginsDb $UserLoginsDb
\Rdb\Modules\RdbAdmin\Models\UserFieldsDb $UserFieldsDb
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0505 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0505 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0514 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0505 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0505 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 12, 'index' => 13, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutAll()'; protected $name = 'sessionTraitLogoutAll'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all succeeded login sessions, lock user account, send login link to user\'s email.'; protected $description = 'This method also set cache that email was sent recently.
\nThis method was called from `isUserLoggedIn()`.
\nThis method was called from `LoginController->doLogin()`.'; protected $fileDescriptor = NULL; protected $line = 145; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutAll'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0607 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

getPageHtmlClasses()

getPageHtmlClasses(array  $classes = array()) : string

Get page HTML classes.

Parameters

array $classes

The classes to set for this html page.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0679 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0679 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0683 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0679 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0679 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 13, 'index' => 14, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::getPageHtmlClasses()'; protected $name = 'getPageHtmlClasses'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Get page HTML classes.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 92; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'getPageHtmlClasses'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0750 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

string —

Return generated html classes names.

getPageHtmlTitle()

getPageHtmlTitle(string  $title, string|null|false  $siteName = false) : string

Get page HTML title including site name if it was set.

Parameters

string $title

The site title.

string|null|false $siteName

Site name should be string.
Set to empty string or null will not include the site name.
Set to false to automatic get the site name from config DB.

Throws

\InvalidArgumentException

Returns

string

maybeRunCron()

maybeRunCron() 

Maybe run cron job if config is set to not use server cron.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0837 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0837 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0839 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0837 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0837 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 15, 'index' => 16, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::maybeRunCron()'; protected $name = 'maybeRunCron'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Maybe run cron job if config is set to not use server cron.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 150; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'maybeRunCron'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0906 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

responseJson()

responseJson(  $output) 

{@inheritDoc}

Parameters

$output
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0974 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0974 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0977 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.0974 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.0974 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 16, 'index' => 17, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseJson()'; protected $name = 'responseJson'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 186; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseJson'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1043 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

responseXml()

responseXml(  $output) 

{@inheritDoc}

Parameters

$output
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1101 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1101 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1104 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1101 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1101 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 17, 'index' => 18, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::responseXml()'; protected $name = 'responseXml'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = '{@inheritDoc}'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 197; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'responseXml'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1159 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

setBasicConfig()

setBasicConfig() 

Setup basic PHP configurations such as default timezone.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1217 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1217 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1219 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1217 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1217 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 18, 'index' => 19, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setBasicConfig()'; protected $name = 'setBasicConfig'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Setup basic PHP configurations such as default timezone.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 208; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setBasicConfig'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1273 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

setHeaderAllowOrigin()

setHeaderAllowOrigin() 

Set header allow origin for CORS.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1331 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1331 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1332 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1331 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1331 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 19, 'index' => 20, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\BaseController::setHeaderAllowOrigin()'; protected $name = 'setHeaderAllowOrigin'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Set header allow origin for CORS.'; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 231; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'setHeaderAllowOrigin'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1387 36469968 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

validateUsersAction()

validateUsersAction(string  $user_ids, string  $action, array  $options = array()) : array

Validate user(s) and action.

It's validating users and action must be selected.
This also validate to make sure that selected users will not have who is higher role.
This method was called from indexAction(), doUpdateAction(), doDeleteAction(), doDeleteMeAction() methods.

Parameters

string $user_ids

The selected user ID(s).

string $action

The selected action.

array $options

The associative array of options. The keys are:
checkPermission (boolean) Set to true (default) to check permission.

Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1445 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1445 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1456 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1445 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:944 23.1445 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 20, 'index' => 21, 'first' => FALSE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'protected'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController::validateUsersAction()'; protected $name = 'validateUsersAction'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Validate user(s) and action.'; protected $description = 'It\'s validating users and action must be selected.
\nThis also validate to make sure that selected users will not have who is higher role.
\nThis method was called from `indexAction()`, `doUpdateAction()`, `doDeleteAction()`, `doDeleteMeAction()` methods.'; protected $fileDescriptor = NULL; protected $line = 514; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'validateUsersAction'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1511 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140

Returns

array —

Return associative array with keys:
action The selected action.
actionText The text of selected action, for displaying.
user_ids The selected user IDs.
formResultStatus (optional) If contain any error, it also send out http response code.
formResultMessage (optional) If contain any error, it also send out http response code.
listUsers (optional) The associative array where keys are total and items of users. Only available if form validation passed.
actionsFormOk The boolean value of form validation. It will be true if form validation passed, and will be false if it is not.

sessionTraitLogoutPreviousSessions()

sessionTraitLogoutPreviousSessions(integer  $user_id, \Rdb\Modules\RdbAdmin\Models\UserLoginsDb  $UserLoginsDb) 

Logout all sessions before latest succeeded login. (logout only succeeded login).

This method was called from isUserLoggedIn().

Parameters

integer $user_id
\Rdb\Modules\RdbAdmin\Models\UserLoginsDb $UserLoginsDb
Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1574 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:969 23.1574 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1580 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140 Warning: count(): Parameter must be an array or an object that implements Countable in phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Call Stack: 0.1168 2262624 1. {main}() D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:0 0.1171 2257760 2. require('phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc') D:\my-work-spaces\phpDocumentor\phpDocumentor2.phar:10 0.2650 10360608 3. phpDocumentor\Application->run($interactive = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/bin/phpdoc:23 0.2672 10508216 4. Symfony\Component\Console\Application->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Application.php:183 0.2672 10508216 5. Symfony\Component\Console\Application->doRun($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:126 0.2673 10573752 6. Symfony\Component\Console\Application->doRunCommand($command = class phpDocumentor\Command\Project\RunCommand { private ${Symfony\Component\Console\Command\Command}application = class Cilex\Provider\Console\ContainerAwareApplication { private $container = class phpDocumentor\Application { ... }; private ${Symfony\Component\Console\Application}commands = [...]; private ${Symfony\Component\Console\Application}wantHelps = FALSE; private ${Symfony\Component\Console\Application}runningCommand = ...; private ${Symfony\Component\Console\Application}name = 'phpDocumentor'; private ${Symfony\Component\Console\Application}version = 'v2.9.1-2-g7b803e1c'; private ${Symfony\Component\Console\Application}catchExceptions = TRUE; private ${Symfony\Component\Console\Application}autoExit = FALSE; private ${Symfony\Component\Console\Application}definition = class Symfony\Component\Console\Input\InputDefinition { ... }; private ${Symfony\Component\Console\Application}helperSet = class Symfony\Component\Console\Helper\HelperSet { ... }; private ${Symfony\Component\Console\Application}dispatcher = NULL; private ${Symfony\Component\Console\Application}terminalDimensions = NULL; private ${Symfony\Component\Console\Application}defaultCommand = 'list' }; private ${Symfony\Component\Console\Command\Command}name = 'project:run'; private ${Symfony\Component\Console\Command\Command}processTitle = NULL; private ${Symfony\Component\Console\Command\Command}aliases = [0 => 'run']; private ${Symfony\Component\Console\Command\Command}definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; private ${Symfony\Component\Console\Command\Command}help = 'phpDocumentor creates documentation from PHP source files. The simplest way\nto use it is:\n\n $ phpdoc run -d [directory to parse] -t [output directory]\n\nThis will parse every file ending with .php, .php3 and .phtml in and then output a HTML site containing easily readable documentation\nin .\n\nphpDocumentor will try to look for a phpdoc.dist.xml or phpdoc.xml file in your\ncurrent working directory and use that to override the default settings if\'; private ${Symfony\Component\Console\Command\Command}description = 'Parses and transforms the given files to a specified location'; private ${Symfony\Component\Console\Command\Command}ignoreValidationErrors = FALSE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMerged = TRUE; private ${Symfony\Component\Console\Command\Command}applicationDefinitionMergedWithArgs = TRUE; private ${Symfony\Component\Console\Command\Command}code = NULL; private ${Symfony\Component\Console\Command\Command}synopsis = ['short' => 'project:run [options]', 'long' => 'project:run [-t|--target [TARGET]] [--cache-folder [CACHE-FOLDER]] [-f|--filename [FILENAME]] [-d|--directory [DIRECTORY]] [--encoding [ENCODING]] [-e|--extensions [EXTENSIONS]] [-i|--ignore [IGNORE]] [--ignore-tags [IGNORE-TAGS]] [--hidden] [--ignore-symlinks] [-m|--markers [MARKERS]] [--title [TITLE]] [--force] [--validate] [--visibility [VISIBILITY]] [--defaultpackagename [DEFAULTPACKAGENAME]] [--sourcecode] [-p|--progressbar] [--template [TEMPLATE]] [--parseprivate] [--log [LOG]]']; private ${Symfony\Component\Console\Command\Command}usages = []; private ${Symfony\Component\Console\Command\Command}helperSet = class Symfony\Component\Console\Helper\HelperSet { private $helpers = [...]; private $command = NULL } }, $input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:202 0.2673 10573752 7. Symfony\Component\Console\Command\Command->run($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Application.php:855 0.2678 10576848 8. phpDocumentor\Command\Project\RunCommand->execute($input = class phpDocumentor\Console\Input\ArgvInput { private ${Symfony\Component\Console\Input\ArgvInput}tokens = [0 => 'project:run']; private ${Symfony\Component\Console\Input\ArgvInput}parsed = []; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = []; protected $arguments = ['command' => 'project:run']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.7599 24801344 9. Symfony\Component\Console\Command\Command->run($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Command/Project/RunCommand.php:275 10.7602 24804208 10. phpDocumentor\Transformer\Command\Project\TransformCommand->execute($input = class Symfony\Component\Console\Input\ArrayInput { private $parameters = ['command' => 'project:transform', '--source' => NULL, '--target' => NULL, '--template' => [...], '--progressbar' => FALSE, '--log' => NULL]; protected $definition = class Symfony\Component\Console\Input\InputDefinition { private $arguments = [...]; private $requiredCount = 1; private $hasAnArrayArgument = FALSE; private $hasOptional = FALSE; private $options = [...]; private $shortcuts = [...] }; protected $options = ['source' => NULL, 'target' => NULL, 'template' => [...], 'progressbar' => FALSE, 'log' => NULL]; protected $arguments = ['command' => 'project:transform']; protected $interactive = TRUE }, $output = class phpDocumentor\Console\Output\Output { protected $logger = class Monolog\Logger { protected $name = 'phpDocumentor'; protected $handlers = [...]; protected $processors = [...]; protected $microsecondTimestamps = TRUE }; private ${Symfony\Component\Console\Output\ConsoleOutput}stderr = class Symfony\Component\Console\Output\StreamOutput { private $stream = resource(759) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { ... } }; private ${Symfony\Component\Console\Output\StreamOutput}stream = resource(748) of type (stream); private ${Symfony\Component\Console\Output\Output}verbosity = 32; private ${Symfony\Component\Console\Output\Output}formatter = class Symfony\Component\Console\Formatter\OutputFormatter { private $decorated = TRUE; private $styles = [...]; private $styleStack = class Symfony\Component\Console\Formatter\OutputFormatterStyleStack { ... } } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/symfony/console/Command/Command.php:266 10.9799 27033280 11. phpDocumentor\Console\Output\Output->writeTimedLog($message = 'Transform analyzed project into artifacts', $operation = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $arguments = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php:206 10.9801 27033280 12. call_user_func_array:{phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59}($function_name = [0 => class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }, 1 => 'execute'], $parameters = [0 => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9801 27033376 13. phpDocumentor\Transformer\Transformer->execute($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Console/Output/Output.php:59 10.9831 27041368 14. phpDocumentor\Transformer\Transformer->transformProject($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformations = [0 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\.htaccess'; protected $source = 'templates/clean/htaccess.dist'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 1 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\images'; protected $source = 'templates/clean/images'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 2 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\css'; protected $source = 'templates/clean/css'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 3 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\js'; protected $source = 'templates/clean/js'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 4 => class phpDocumentor\Transformer\Transformation { protected $writer = 'FileIo'; protected $artifact = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc\\font'; protected $source = 'templates/clean/font'; protected $query = 'copy'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 5 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'index.html'; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'namespace'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 6 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/namespace.html.twig'; protected $query = 'indexes.namespaces'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 7 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { ... }; protected $parameters = [...] }, 8 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/interface.html.twig'; protected $query = 'indexes.interfaces'; protected $transformer = NULL; protected $parameters = [...] }, 9 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.traits'; protected $transformer = NULL; protected $parameters = [...] }, 10 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/file.html.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 11 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'files/{{path}}.txt'; protected $source = 'templates/clean/file.source.txt.twig'; protected $query = 'files'; protected $transformer = NULL; protected $parameters = [...] }, 12 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/markers.html'; protected $source = 'templates/clean/reports/markers.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 13 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/errors.html'; protected $source = 'templates/clean/reports/errors.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 14 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'reports/deprecated.html'; protected $source = 'templates/clean/reports/deprecated.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 15 => class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = 'graphs/class.html'; protected $source = 'templates/clean/graphs/class.html.twig'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }, 16 => class phpDocumentor\Transformer\Transformation { protected $writer = 'Graph'; protected $artifact = 'graphs/classes.svg'; protected $source = 'Class'; protected $query = ''; protected $transformer = NULL; protected $parameters = [...] }]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:141 13.4057 34924760 15. phpDocumentor\Transformer\Transformer->applyTransformationToProject($transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }, $project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:275 13.4063 34924920 16. phpDocumentor\Plugin\Twig\Writer\Twig->transform($project = class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }; protected $files = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $indexes = class phpDocumentor\Descriptor\Collection { protected $items = [...] }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { protected $isModified = FALSE; protected $visibility = 7; protected $includeSource = FALSE }; protected $partials = class phpDocumentor\Partials\Collection { protected $parser = class Parsedown { ... }; protected $items = [...] } }, $transformation = class phpDocumentor\Transformer\Transformation { protected $writer = 'twig'; protected $artifact = ''; protected $source = 'templates/clean/class.html.twig'; protected $query = 'indexes.classes'; protected $transformer = class phpDocumentor\Transformer\Transformer { protected $target = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\.wiki\\apidoc'; protected $templates = class phpDocumentor\Transformer\Template\Collection { ... }; protected $writers = class phpDocumentor\Transformer\Writer\Collection { ... }; protected $transformations = [...] }; protected $parameters = [] }) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Transformer/Transformer.php:312 22.7798 32159920 17. Twig_Environment->render($name = '/class.html.twig', $context = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/src/phpDocumentor/Plugin/Twig/Writer/Twig.php:116 22.7803 32170128 18. Twig_Template->render($context = []) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Environment.php:362 22.7803 32186640 19. Twig_Template->display($context = [], $blocks = ???) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:411 22.7804 32187768 20. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32187768 21. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7804 32188144 22. Twig_Template->display($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:26 22.7804 32188840 23. Twig_Template->displayWithErrorHandling($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:403 22.7804 32188840 24. __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6->doDisplay($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:432 22.7954 32269456 25. Twig_Template->displayBlock($name = 'content', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\66\66f4a5465d8dcc8b4224821f89492b0cce5fdeb49e01eac1333dc88c28eb43a1.php:312 22.7954 32269456 26. __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5->block_content($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1574 36469272 27. Twig_Template->displayBlock($name = 'method', $context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']], $useBlocks = ???) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\0b\0beb86b203f61cc0900db5b57c37c132490e749cc65acde23210d40a77a1ab13.php:969 23.1574 36469272 28. __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf->block_method($context = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { protected $name = 'RdbAdmin Module'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $files = class phpDocumentor\Descriptor\Collection { ... }; protected $indexes = class phpDocumentor\Descriptor\Collection { ... }; protected $settings = class phpDocumentor\Descriptor\ProjectDescriptor\Settings { ... }; protected $partials = class phpDocumentor\Partials\Collection { ... } }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\ActionsController'; protected $name = 'ActionsController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Bulk actions user(s) controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { protected $parent = NULL; protected $children = class phpDocumentor\Descriptor\Collection { ... }; protected $functions = class phpDocumentor\Descriptor\Collection { ... }; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $classes = class phpDocumentor\Descriptor\Collection { ... }; protected $interfaces = class phpDocumentor\Descriptor\Collection { ... }; protected $traits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\'; protected $name = '\\'; protected $namespace = NULL; protected $package = ''; protected $summary = ''; protected $description = ''; protected $fileDescriptor = NULL; protected $line = 0; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = NULL; protected $inheritedElement = NULL }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { protected $parent = class phpDocumentor\Descriptor\ClassDescriptor { ... }; protected $implements = class phpDocumentor\Descriptor\Collection { ... }; protected $abstract = TRUE; protected $final = FALSE; protected $constants = class phpDocumentor\Descriptor\Collection { ... }; protected $properties = class phpDocumentor\Descriptor\Collection { ... }; protected $methods = class phpDocumentor\Descriptor\Collection { ... }; protected $usedTraits = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\AdminBaseController'; protected $name = 'AdminBaseController'; protected $namespace = class phpDocumentor\Descriptor\NamespaceDescriptor { ... }; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Admin base controller.'; protected $description = ''; protected $fileDescriptor = class phpDocumentor\Descriptor\FileDescriptor { ... }; protected $line = 15; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, 'constants' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'properties' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'methods' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, '_parent' => ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'errorCount' => 188, 'markerCount' => 2, 'deprecatedCount' => 0, 'namespace' => class phpDocumentor\Descriptor\NamespaceDescriptor { ... }, 'class' => class phpDocumentor\Descriptor\ClassDescriptor { ... }, 'constants' => class phpDocumentor\Descriptor\Collection { ... }, 'properties' => class phpDocumentor\Descriptor\Collection { ... }, 'methods' => class phpDocumentor\Descriptor\Collection { ... }], '_seq' => class phpDocumentor\Descriptor\Collection { protected $items = [...] }, 'loop' => ['parent' => [...], 'index0' => 0, 'index' => 1, 'first' => TRUE], 'method' => class phpDocumentor\Descriptor\MethodDescriptor { protected $parent = class phpDocumentor\Descriptor\TraitDescriptor { ... }; protected $abstract = FALSE; protected $final = FALSE; protected $static = FALSE; protected $visibility = 'private'; protected $arguments = class phpDocumentor\Descriptor\Collection { ... }; protected $fqsen = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits\\SessionsTrait::sessionTraitLogoutPreviousSessions()'; protected $name = 'sessionTraitLogoutPreviousSessions'; protected $namespace = '\\Rdb\\Modules\\RdbAdmin\\Controllers\\Admin\\Users\\Sessions\\Traits'; protected $package = class phpDocumentor\Descriptor\PackageDescriptor { ... }; protected $summary = 'Logout all sessions before latest succeeded login. (logout only succeeded login).'; protected $description = 'This method was called from `isUserLoggedIn()`.'; protected $fileDescriptor = NULL; protected $line = 288; protected $tags = class phpDocumentor\Descriptor\Collection { ... }; protected $errors = class phpDocumentor\Descriptor\Collection { ... }; protected $inheritedElement = NULL }, '_key' => 'sessionTraitLogoutPreviousSessions'], $blocks = ['constant' => [0 => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, 1 => 'block_constant'], 'property' => [0 => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, 1 => 'block_property'], 'method' => [0 => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, 1 => 'block_method'], 'sidebarNamespaces' => [0 => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, 1 => 'block_sidebarNamespaces'], 'title' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_title'], 'stylesheets' => [0 => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, 1 => 'block_stylesheets'], 'javascripts' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_javascripts'], 'content' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_content'], 'hierarchy_element' => [0 => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }, 1 => 'block_hierarchy_element']]) phar://D:/my-work-spaces/phpDocumentor/phpDocumentor2.phar/vendor/twig/twig/lib/Twig/Template.php:215 23.1637 36470664 29. twig_length_filter($env = class Twig_Environment { protected $charset = 'UTF-8'; protected $loader = class Twig_Loader_Filesystem { protected $paths = [...]; protected $cache = [...]; protected $errorCache = [...]; private $rootPath = 'D:\\wwwroot\\rundizbones\\Modules\\RdbAdmin\\' }; protected $debug = FALSE; protected $autoReload = FALSE; protected $cache = class Twig_Cache_Filesystem { private $directory = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache/'; private $options = 0 }; protected $lexer = NULL; protected $parser = NULL; protected $compiler = NULL; protected $baseTemplateClass = 'Twig_Template'; protected $extensions = ['core' => class Twig_Extension_Core { ... }, 'escaper' => class Twig_Extension_Escaper { ... }, 'optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; protected $parsers = class Twig_TokenParserBroker { protected $parser = NULL; protected $parsers = [...]; protected $brokers = [...] }; protected $visitors = [0 => class Twig_NodeVisitor_Escaper { ... }, 1 => class Twig_NodeVisitor_Optimizer { ... }]; protected $filters = ['date' => class Twig_SimpleFilter { ... }, 'date_modify' => class Twig_SimpleFilter { ... }, 'format' => class Twig_SimpleFilter { ... }, 'replace' => class Twig_SimpleFilter { ... }, 'number_format' => class Twig_SimpleFilter { ... }, 'abs' => class Twig_SimpleFilter { ... }, 'round' => class Twig_SimpleFilter { ... }, 'url_encode' => class Twig_SimpleFilter { ... }, 'json_encode' => class Twig_SimpleFilter { ... }, 'convert_encoding' => class Twig_SimpleFilter { ... }, 'title' => class Twig_SimpleFilter { ... }, 'capitalize' => class Twig_SimpleFilter { ... }, 'upper' => class Twig_SimpleFilter { ... }, 'lower' => class Twig_SimpleFilter { ... }, 'striptags' => class Twig_SimpleFilter { ... }, 'trim' => class Twig_SimpleFilter { ... }, 'nl2br' => class Twig_SimpleFilter { ... }, 'join' => class Twig_SimpleFilter { ... }, 'split' => class Twig_SimpleFilter { ... }, 'sort' => class Twig_SimpleFilter { ... }, 'merge' => class Twig_SimpleFilter { ... }, 'batch' => class Twig_SimpleFilter { ... }, 'reverse' => class Twig_SimpleFilter { ... }, 'length' => class Twig_SimpleFilter { ... }, 'slice' => class Twig_SimpleFilter { ... }, 'first' => class Twig_SimpleFilter { ... }, 'last' => class Twig_SimpleFilter { ... }, 'default' => class Twig_SimpleFilter { ... }, 'keys' => class Twig_SimpleFilter { ... }, 'escape' => class Twig_SimpleFilter { ... }, 'e' => class Twig_SimpleFilter { ... }, 'raw' => class Twig_SimpleFilter { ... }, 'markdown' => class Twig_SimpleFilter { ... }, 'trans' => class Twig_SimpleFilter { ... }, 'route' => class Twig_SimpleFilter { ... }, 'sort_*' => class Twig_SimpleFilter { ... }]; protected $tests = ['even' => class Twig_SimpleTest { ... }, 'odd' => class Twig_SimpleTest { ... }, 'defined' => class Twig_SimpleTest { ... }, 'sameas' => class Twig_SimpleTest { ... }, 'same as' => class Twig_SimpleTest { ... }, 'none' => class Twig_SimpleTest { ... }, 'null' => class Twig_SimpleTest { ... }, 'divisibleby' => class Twig_SimpleTest { ... }, 'divisible by' => class Twig_SimpleTest { ... }, 'constant' => class Twig_SimpleTest { ... }, 'empty' => class Twig_SimpleTest { ... }, 'iterable' => class Twig_SimpleTest { ... }]; protected $functions = ['max' => class Twig_SimpleFunction { ... }, 'min' => class Twig_SimpleFunction { ... }, 'range' => class Twig_SimpleFunction { ... }, 'constant' => class Twig_SimpleFunction { ... }, 'cycle' => class Twig_SimpleFunction { ... }, 'random' => class Twig_SimpleFunction { ... }, 'date' => class Twig_SimpleFunction { ... }, 'include' => class Twig_SimpleFunction { ... }, 'source' => class Twig_SimpleFunction { ... }, 'path' => class Twig_SimpleFunction { ... }]; protected $globals = ['project' => class phpDocumentor\Descriptor\ProjectDescriptor { ... }, 'node' => class phpDocumentor\Descriptor\ClassDescriptor { ... }]; protected $runtimeInitialized = TRUE; protected $extensionInitialized = TRUE; protected $loadedTemplates = ['__TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8' => class __TwigTemplate_eafe3aa36606e386d02a54f32b7f574255e61197f0673e763690bc2a6915c1e8 { ... }, '__TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6' => class __TwigTemplate_773081f8af72f09b8bff48f0889b7c6d38109972dd5448bc996ecea032fc3ae6 { ... }, '__TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf' => class __TwigTemplate_6c909b31486c3892f8578a7ff2130e5d512c7a09fa35efeac69c85a50374efbf { ... }, '__TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b' => class __TwigTemplate_0ecd5f8535d201112429503c71b89ee1962688a74b6be6db48847a2f7f00456b { ... }, '__TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6' => class __TwigTemplate_c48145bc14201d122078f999199259b8cf12911465d07e07cd92667515be8db6 { ... }, '__TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5' => class __TwigTemplate_624210b9463d3dd932f7f7f4a1352dc7fd8f4b0832d62eadac723a36998a60b5 { ... }]; protected $strictVariables = FALSE; protected $unaryOperators = ['not' => [...], '-' => [...], '+' => [...]]; protected $binaryOperators = ['or' => [...], 'and' => [...], 'b-or' => [...], 'b-xor' => [...], 'b-and' => [...], '==' => [...], '!=' => [...], '<' => [...], '>' => [...], '>=' => [...], '<=' => [...], 'not in' => [...], 'in' => [...], 'matches' => [...], 'starts with' => [...], 'ends with' => [...], '..' => [...], '+' => [...], '-' => [...], '~' => [...], '*' => [...], '/' => [...], '//' => [...], '%' => [...], 'is' => [...], 'is not' => [...], '**' => [...], '??' => [...]]; protected $templateClassPrefix = '__TwigTemplate_'; protected $functionCallbacks = []; protected $filterCallbacks = []; protected $staging = class Twig_Extension_Staging { protected $functions = [...]; protected $filters = [...]; protected $visitors = [...]; protected $tokenParsers = [...]; protected $globals = [...]; protected $tests = [...] }; private $originalCache = 'D:/my-work-spaces/wwwserver-x64/tmp/phpdoc-twig-cache'; private $bcWriteCacheFile = FALSE; private $bcGetCacheFilename = FALSE; private $lastModifiedExtension = 0; private $extensionsByClass = ['Twig_Extension_Core' => class Twig_Extension_Core { ... }, 'Twig_Extension_Escaper' => class Twig_Extension_Escaper { ... }, 'Twig_Extension_Optimizer' => class Twig_Extension_Optimizer { ... }, 'phpDocumentor\Plugin\Twig\Extension' => class phpDocumentor\Plugin\Twig\Extension { ... }]; private $runtimeLoaders = []; private $runtimes = []; private $optionsHash = 'core:escaper:optimizer:phpDocumentor\\Plugin\\Twig\\Extension:0:7:3:1.33.2:0:Twig_Template:0' }, $thing = NULL) D:\my-work-spaces\wwwserver-x64\tmp\phpdoc-twig-cache\90\9066cc07151ae2fafc0713a95c29537027d325bd8589c9cd363d9b5e32b91a87.php:140